Array Set
Set array member based on index.
Node Data | |
---|---|
ValuesPb Array | |
Display name | |
Array Set | |
Internal name | |
Node_Array_Set | |
Inheritances | |
node | |
node_array_set | |
Inputs | |
node_array_set | |
any |
Array |
int |
Index |
any |
Value |
Outputs | |
node_array_set | |
any |
Array |
Set the value of an array element at a specific index.
Properties
Array
Array to set the element in.
Index
Index of the element to set. If the index is an array of indices, the value will be set at each index in the array.
Value
The value to set the element to.